html commands:
<body> </body>

<head> </head>

<font face="name of font">text here</font>

<font color="color">txt here</font>

<font size="size">txt here</font>

<font align="left right or center">text here</font>

<H1>heading here</H1> (1 big to 6 small)

<b>bold text here</B>

<i>italic text here</i>

<u>underlined text here</u>

<center>centered text</center>

text here<br> goes onto new line

<p> paragraph here </p>

<body bgcolor="color here"> </body>

<BODY TEXT="#ffff007" LINKS="#00ff00" ALINKS="#0000ff" VLINKS="#000000">

<body bgcolor="color">

<BACKGROUND SRC="star.gif"> (adding background image)

<IMG SRC="mypicture.gif"> (adding image to site upload first)

<IMG SRC="star.gif7" WIDTH="80" HEIGHT="50"> (changing image size)

<IMG SRC="star.gif" ALT="a nice picture of a star"> (add text if image doesnt appear)

<IMG SRC="star.gif" ALIGN="right" WIDTH=50 HEIGHT=50> (positioning image)

<A HREF="myotherpage.html">Click here to see my other page</A> (linking to another page of ur site)

<A HREF="http://www.agreatsite.com/coolpage.html">visit somewhere cool!</A> (linking to another site)

<A HREF="myotherpage.html"><IMG SRC="snazzybuttonthatisalink.gif"></A> (linking with a picture)

<A HREF="mailto: me@mysite.com">Click here to email me</A> (e-mailing link)

<UL>
<LI>item 1
<LI>item 2
<LI>item 3
</UL>      (listing)

<STYLE>
<!--
a {text-decoration: none}
-->
</STYLE>     (no underlined link)

<STYLE>
<!--
a:hover{color: #ff0000}
-->
</STYLE>   (link change colour)
